Welcome![Sign In][Sign Up]
Location:
Search - hough transform

Search list

[Special Effectshoff

Description: 霍夫变换,识别图像中的正弦曲线,从而可以更好的研究图像中的曲线的形状。-Hough transform to identify images of sinusoidal curve, so that we can better study the image of the shape of the curve.
Platform: | Size: 1024 | Author: 张玉 | Hits:

[BooksHough

Description: 数字图像处理的Hough变换C++代码,方便大家入门-Digital image processing Hough transform C++ Code, to facilitate U.S. entry
Platform: | Size: 6144 | Author: 姚超军 | Hits:

[2D GraphicHough

Description: 主要用来对图像进行霍夫变换,属于图像处理的一种-Mainly used to image Hough transform, image processing is a
Platform: | Size: 2048 | Author: 何文佳 | Hits:

[Special Effectshough

Description: Hough变换的一个实例,matlab语言编写。-An example of Hough transform, matlab language.
Platform: | Size: 2048 | Author: 李谷 | Hits:

[CSharphough

Description: hough变换,matlab数字图像处理,源程序-hough transform, matlab digital image processing, source
Platform: | Size: 1024 | Author: | Hits:

[Graph programhoughcircle

Description: Function uses Standard Hough Transform to detect circles in a binary image. According to the Hough Transform for circles, each pixel in image space corresponds to a circle in Hough space and vise versa. upper left corner of image is the origin of coordinate system.
Platform: | Size: 2048 | Author: wang gang | Hits:

[Special EffectsCircledetectionbasedonrandomHoughtransform

Description: 基于随机Hough变换的圆检测方法,可检测不同位置、半径的圆。-Based on random Hough transform circle detection method can detect a different location, the radius of the circle.
Platform: | Size: 94208 | Author: wang gang | Hits:

[Special EffectsHough

Description: Hough变换 BOOL Hough(HWND hWnd){ //定义一个自己的直线结构 typedef struct{ int topx //最高点的x坐标 int topy //最高点的y坐标 int botx //最低点的x坐标 int boty //最低点的y坐标 }MYLINE DWORD BufSize LPBITMAPINFOHEADER lpImgData LPSTR lpPtr HDC hDc LONG x,y long i,maxd int k int Dist,Alpha HGLOBAL hDistAlpha,hMyLine int *lpDistAlpha MYLINE *lpMyLine,*TempLine,MaxdLine static LOGPEN rlp={PS_SOLID,1,1,RGB(255,0,0)} HPEN rhp //我们处理的实际上是256级灰度图,不过只用到了0和255两种颜色。 if( NumColors!=256){ MessageBox(hWnd,"Must be a mono bitmap with grayscale palette!", "Error Message",MB_OK|MB_ICONEXCLAMATION) return FALSE }-Hough transform BOOL Hough (HWND hWnd) (//define a linear structure of its own typedef struct (int topx// the highest point of the x coordinates int topy// the highest point of the y coordinates int botx// the lowest point of the x coordinates int boty// lowest point of the y coordinates) MYLINE DWORD BufSize LPBITMAPINFOHEADER lpImgData LPSTR lpPtr HDC hDc LONG x, y long i, maxd int k int Dist, Alpha HGLOBAL hDistAlpha, hMyLine int* lpDistAlpha MYLINE* lpMyLine,* TempLine, MaxdLine static LOGPEN rlp = ( PS_SOLID, 1,1, RGB (255,0,0)) HPEN rhp// We are dealing with is actually 256 grayscale, but only uses two colors 0 and 255. if (NumColors! = 256) (MessageBox (hWnd,
Platform: | Size: 2048 | Author: sunrise | Hits:

[Special EffectsHough-matalab

Description: 基于Hough变换的圆检测 -matalab程序,能有效地检测圆曲线,在matalab下运行-Based on the Hough transform circle detection-matalab procedures, can effectively detect circular curve, in the run matalab
Platform: | Size: 98304 | Author: 哥琴 | Hits:

[Wavelethough

Description: 这是关于hough变换的matlab源程序代码,我运行过,希望对你有所帮助-This is on the hough transform matlab source code, I run over, I hope for your help
Platform: | Size: 1024 | Author: 王寒涛 | Hits:

[Special EffectsHough

Description: vc++实现数字图象处理1:图象处理Hough变换-vc++ realization of digital image processing 1: image processing, Hough transform
Platform: | Size: 24576 | Author: fanchao | Hits:

[Special Effectshough

Description: 霍夫变换是一个非常有用的算法,可以检测直线、圆、椭圆等等,也可以进行边缘连接。-Hough transform is a very useful algorithm, can detect a straight line, round, oval, etc., can also be connected to the edge.
Platform: | Size: 98304 | Author: 格子 | Hits:

[matlabhw11_houghTrans

Description: Hough transform-Using Matlab,we implement a system that detects the indicated coins.-Hough transform-Using Matlab, we implement a system that detects the indicated coins.
Platform: | Size: 521216 | Author: zhihong | Hits:

[Software EngineeringHough-circle-paper

Description: 这个一篇硕士论文,题目是:基于改进Hough变换的圆形物体检测.这里面提出了很多改进的hough算法.-This a master s thesis topic is: based on improved Hough transform detection of circular objects. This raised a lot of inside hough improved algorithm.
Platform: | Size: 3046400 | Author: yaodage | Hits:

[Special Effectshough

Description: hough变换的代码,用matlab7编的-hough transform code, matlab7 made by the
Platform: | Size: 1024 | Author: 张高 | Hits:

[Special EffectsHough

Description: 数字图像处理,VC++源代码,HOUGH变换,包括代码和测试图片-Digital Image Processing, VC++ Source code, HOUGH transform, including the code and test images
Platform: | Size: 9216 | Author: 1111111 | Hits:

[Special EffectsHoughTransform

Description: Hough变换的MATLAB程序,还不错-Hough Transform MATLAB procedures, good
Platform: | Size: 2048 | Author: Stephen | Hits:

[Special EffectsHough

Description: VC++开发Hough变换的源程序 试过了运行良好-VC development Hough Transform tried to run a good source
Platform: | Size: 2048 | Author: an | Hits:

[Special EffectsHough_transform

Description: 本程序是图像处理中经典的hough变换,谢谢关注-This procedure is the classical image processing hough transform, Thank you, concerned about the
Platform: | Size: 24576 | Author: wangliang | Hits:

[Special EffectsHough

Description: 一种随机Hough变换检测圆的改进算法,很好的提高了检测圆的性能-A randomized Hough transform circle detection to improve the algorithm, a very good round and improve the detection performance
Platform: | Size: 98304 | Author: 隋航 | Hits:
« 1 2 3 4 56 7 8 9 10 ... 50 »

CodeBus www.codebus.net